(Ffontset_info): YAILOM (Yet another int/Lisp_Object mixup).
authorStefan Monnier <monnier@iro.umontreal.ca>
Fri, 13 Mar 2009 16:12:43 +0000 (16:12 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Fri, 13 Mar 2009 16:12:43 +0000 (16:12 +0000)
src/ChangeLog
src/fontset.c

index 8c5054ddefb6296d7ad30108bc7e51b670e1660b..2e10ecbd8e6269443beb1f208a4b13c8611c4f9c 100644 (file)
@@ -1,7 +1,7 @@
 2009-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
 
-       * fontset.c (fontset_from_font): YAILOM (Yet another int/Lisp_Object
-       mixup).
+       * fontset.c (fontset_from_font, Ffontset_info): YAILOM (Yet another
+       int/Lisp_Object mixup).
 
 2009-03-13  Kenichi Handa  <handa@m17n.org>
 
index 9438c2379a426a4b3a7283a84fca07699a46742b..32b51aba659efe1b0381e45ca2c16e101e003ea7 100644 (file)
@@ -2042,7 +2042,7 @@ format is the same as above.  */)
            }
          c = to + 1;
        }
-      if (fontset == Vdefault_fontset)
+      if (EQ (fontset, Vdefault_fontset))
        break;
     }